home *** CD-ROM | disk | FTP | other *** search
-
- #ifndef _GXGLOBALS_
- #define _GXGLOBALS_
-
-
- #ifndef __GXTYPES__
- #include <GXTypes.h>
- #endif
-
- #ifndef __GXPRINTING__
- #include <GXPrinting.h>
- #endif
-
-
- /**\
- |**| ==============================================================================
- |**| PUBLIC GLOBALS
- |**| ==============================================================================
- \**/
- extern gxGraphicsClient gQDGXClient ;
- extern Boolean gQDGX_available ;
- extern long gQDGXGraphicsHeapSize ;
- extern GXPrintingEventUPP gQDGXPrintingEventUPP ;
- extern gxEditMenuRecord gQDGXEditMenuRec ;
-
-
- #endif
-